home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / PCWK-txt / Intel Free Software / IntelChipsetUtility / Disk1 / data1.cab / AllFiles / Win98 / Piix4.inf < prev    next >
Windows Setup INFormation  |  2001-09-06  |  5KB  |  139 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  PIIX4.INF                                                 
  4. ; **    Abstract:  Windows* 98 INF Update File for ISA configs of Intel(r)  
  5. ; **               82371AB and Intel (r) 82371EB devices                        
  6. ; **    Last Update:  June 14, 1999 (Version 1.65)
  7. ; ****************************************************************************
  8. ; ****************************************************************************
  9.  
  10. [version]
  11. LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
  12. signature="$CHICAGO$"
  13. Class=System
  14. ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318}
  15. Provider=%INTEL%
  16.  
  17. [ClassInstall]
  18. AddReg=System_Class_Reg
  19. DelReg=System_Class_DelReg
  20.  
  21. [System_Class_Reg]
  22. HKR,,,,%SystemClassName%
  23. HKR,,Installer,,sysclass.dll
  24.  
  25. [System_Class_DelReg]
  26. HKR,,NoInstallClass
  27.  
  28. [Manufacturer]
  29. %INTEL_MFG%=INTEL_SYS
  30.  
  31. [INTEL_SYS]
  32. %PCI\VEN_8086&DEV_7110_OLD_EIO.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_7110&REV_00&CC_0680
  33. %PCI\VEN_8086&DEV_7110_OLD_ISA.DeviceDesc%=ISA_DRV,PCI\VEN_8086&DEV_7110&REV_00&CC_0601
  34. %PCI\VEN_8086&DEV_7110_OLD_EIO.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_7110&REV_01&CC_0680
  35. %PCI\VEN_8086&DEV_7110_OLD_ISA.DeviceDesc%=ISA_DRV,PCI\VEN_8086&DEV_7110&REV_01&CC_0601
  36.  
  37. %PCI\VEN_8086&DEV_7110_EIO.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_7110&CC_0680
  38. %PCI\VEN_8086&DEV_7110_ISA.DeviceDesc%=ISA_DRV,PCI\VEN_8086&DEV_7110&CC_0601
  39. %PCI\VEN_8086&DEV_7113_OLD.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_7113&REV_00
  40. %PCI\VEN_8086&DEV_7113_OLD.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_7113&REV_01
  41. %PCI\VEN_8086&DEV_7113.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_7113
  42.  
  43. [ISA_DRV]
  44. AddReg=ISA_DRV_AddReg,System_Dev_Properties_AddReg
  45. copyfiles=ISAPNP_Copyfiles
  46.  
  47. ;; this may or may not be needed verify:
  48. [ISA_DRV.NoResDup]
  49. *PNP0A00
  50.  
  51. [ISA_DRV_AddReg]
  52. HKR,,DevLoader,,isapnp.vxd
  53.  
  54. ;
  55. ; IRQ Miniport Data
  56. ;
  57. HKLM,System\CurrentControlSet\Services\VxD\PCI\IRQMiniports\71108086,Name,,"Intel(r) 82371AB/EB"
  58. HKLM,System\CurrentControlSet\Services\VxD\PCI\IRQMiniports\71108086,Path,,"PCIMP.PCI"
  59. HKLM,System\CurrentControlSet\Services\VxD\PCI\IRQMiniports\71108086,Instance,1,01,00,00,00
  60.  
  61. ;
  62. ; IDE Miniport Data
  63. ;
  64. HKLM,System\CurrentControlSet\Services\VxD\PCI\IDEMiniports\71118086,Name,,"Intel(r) 82371AB/EB"
  65. HKLM,System\CurrentControlSet\Services\VxD\PCI\IDEMiniports\71118086,Path,,"PCIMP.PCI"
  66. HKLM,System\CurrentControlSet\Services\VxD\PCI\IDEMiniports\71118086,Instance,1,00,00,00,00
  67.  
  68.  
  69. [System_Dev_Properties_AddReg]
  70. HKR,,EnumPropPages,,"sysclass.dll,EnumPropPages"
  71.  
  72. [ISAPNP_Copyfiles]
  73. isapnp.vxd
  74.  
  75. [NO_DRV]
  76. AddReg=NO_DRV_AddReg
  77. DelReg=RemoveDevLoader
  78.  
  79. [NO_DRV_AddReg]
  80.  
  81.  
  82. [RemoveDevLoader]
  83. HKR,,DevLoader
  84.  
  85. [PCI_BRIDGE_DRV]
  86.  
  87. [ControlFlags]
  88. ExcludeFromSelect=PCI\VEN_8086&DEV_7110
  89. ExcludeFromSelect=PCI\VEN_8086&DEV_7113
  90.  
  91. [Strings]
  92. SystemClassName = "System devices"
  93. INTEL         ="Intel"
  94. NULL        = ""
  95. WINBASE         = "Base Windows Components"
  96. SRCPATH         = "Distribution directory"
  97.  
  98. INTEL_MFG="Intel"
  99.  
  100. PCI\VEN_8086&DEV_7110_OLD_EIO.DeviceDesc="Intel(r) 82371AB PCI to ISA bridge (EIO mode)"
  101. PCI\VEN_8086&DEV_7110_OLD_ISA.DeviceDesc="Intel(r) 82371AB PCI to ISA bridge (ISA mode)"
  102. PCI\VEN_8086&DEV_7110_EIO.DeviceDesc="Intel(r) 82371EB/MB PCI to ISA bridge (EIO mode)"
  103. PCI\VEN_8086&DEV_7110_ISA.DeviceDesc="Intel(r) 82371EB/MB PCI to ISA bridge (ISA mode)"
  104. PCI\VEN_8086&DEV_7113_OLD.DeviceDesc="Intel(r) 82371AB Power Management Controller"
  105. PCI\VEN_8086&DEV_7113.DeviceDesc="Intel(r) 82371EB/MB Power Management Controller"
  106.  
  107. ; Copyright (c) Intel Corporation, 1998-1999
  108. ; Copyright (c) Microsoft Corporation, 1993-1998
  109.  
  110. ; ************************************************************
  111. ; Intel is making no claims of usability, efficacy or 
  112. ; warranty.  
  113. ; ************************************************************
  114. ; Information in this document is provided in connection with 
  115. ; Intel products.  No license, express or implied, by estoppel 
  116. ; or otherwise, to any intellectual property rights is granted 
  117. ; by this document.  Intel assumes no liability whatsoever, 
  118. ; and Intel disclaims any express or implied warranty, 
  119. ; relating to sale and/or use of Intel products including 
  120. ; liability or warranties relating to fitness for a particular 
  121. ; purpose, merchantability, or infringement of any patent, 
  122. ; copyright or other intellectual property right.  Intel 
  123. ; products are not intended for use in medical, life saving, 
  124. ; or life sustaining applications.
  125.  
  126. ; ************************************************************
  127. ; Intel Corporation disclaims all warranties and liabilities 
  128. ; for the use of this document and the information contained 
  129. ; herein, and assumes no responsibility for any errors which 
  130. ; may appear in this document, nor does Intel make a 
  131. ; commitment to update the information contained herein. Intel 
  132. ; reserves the right to make changes to this document at any 
  133. ; time, without notice.
  134. ; ************************************************************
  135. ; ************************************************************
  136.  
  137. ; * Third-party brands and names are the property of their 
  138. ; respective owners.
  139.